projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2ba178
)
docs: add docs for GtkWidgetHelpType
author
William Jon McCann
<william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 15:31:50 +0000
(10:31 -0500)
committer
William Jon McCann
<william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 18:33:45 +0000
(13:33 -0500)
gtk/gtkwidget.h
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.h
b/gtk/gtkwidget.h
index 77ece36bf2e35c584589bc949c8bcab6c9543acf..4f00e25bb88cd59d1f0fb348e542a9b0536501f5 100644
(file)
--- a/
gtk/gtkwidget.h
+++ b/
gtk/gtkwidget.h
@@
-38,6
+38,13
@@
G_BEGIN_DECLS
/* Kinds of widget-specific help */
+/**
+ * GtkWidgetHelpType:
+ * @GTK_WIDGET_HELP_TOOLTIP: Tooltip.
+ * @GTK_WIDGET_HELP_WHATS_THIS: What's this.
+ *
+ * Kinds of widget-specific help. Used by the ::show-help signal.
+ */
typedef enum
{
GTK_WIDGET_HELP_TOOLTIP,